home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Friends / NeXT-Icons / next-icon@gun.com / Apps / ImagePortfolio / Makefile.postamble < prev    next >
Encoding:
Makefile  |  1993-06-03  |  254 b   |  11 lines

  1.  
  2. # -------------------------------------------------------------------------------
  3. # target for making the compresssed .tar.Z file
  4. tar.Z:
  5.     strip $(NAME).app/$(NAME);
  6.     tar cf - $(NAME).app | compress >$(NAME).app.tar.Z
  7.  
  8. clean::
  9.     rm -f $(NAME).app.tar.Z
  10.  
  11. #